├── .github └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── foundational ├── README.md ├── account-vending │ ├── README.md │ ├── example-manifest.yaml │ ├── portfolios │ │ ├── account-vending-with-aws-control-tower │ │ │ └── v1 │ │ │ │ ├── product.template.yaml │ │ │ │ └── template.drawio │ │ ├── account-vending-with-aws-organizations │ │ │ └── v1 │ │ │ │ ├── product.template.yaml │ │ │ │ └── template.drawio │ │ └── account-vending.yaml │ └── stacks │ │ ├── account-vending.yaml │ │ ├── prereqs-controltower-account │ │ └── v1 │ │ │ ├── stack.template.yaml │ │ │ └── template.drawio │ │ ├── prereqs-orgs-account │ │ └── v1 │ │ │ ├── stack.template.yaml │ │ │ └── template.drawio │ │ ├── prereqs-puppet-account-optional │ │ └── v1 │ │ │ ├── stack.template.yaml │ │ │ └── template.drawio │ │ └── prereqs-puppet-account │ │ └── v1 │ │ ├── requirements.txt │ │ ├── src │ │ └── AccountCreationCustomResourceBacker │ │ │ └── handler.py │ │ ├── stack.template.yaml │ │ └── template.drawio ├── amazon-guardduty-multi-account │ ├── README.md │ ├── example-manifest.yaml │ └── stacks │ │ ├── amazon-guardduty-multi-account.yaml │ │ ├── enabler-and-creator │ │ ├── enabler-and-creator.drawio │ │ └── v1 │ │ │ └── stack.template.yaml │ │ ├── prereqs-orgs-account │ │ ├── prereqs-orgs-account.drawio │ │ └── v1 │ │ │ └── stack.template.yaml │ │ └── prereqs-securitytooling-account │ │ ├── prereqs-securitytooling-account.drawio │ │ └── v1 │ │ └── stack.template.yaml ├── aws-securityhub-multi-account │ ├── README.md │ └── stacks │ │ ├── aws-securityhub-multi-account.yaml │ │ ├── enabler-and-creator │ │ └── v1 │ │ │ └── stack.template.yaml │ │ ├── prereqs-orgs-account │ │ └── v1 │ │ │ └── stack.template.yaml │ │ └── prereqs-securitytooling-account │ │ └── v1 │ │ └── stack.template.yaml └── delete-default-networking │ ├── example-manifest.yaml │ └── stacks │ ├── delete-default-networking.yaml │ └── function │ └── v1 │ ├── README.md │ └── stack.template.yaml ├── operations ├── codebuild-sns-notifier │ ├── README.md │ ├── example-manifest.yaml │ └── stacks │ │ ├── codebuild-sns-notifier.yaml │ │ └── codebuild-sns-notifier │ │ └── v1 │ │ └── stack.template.yaml ├── codecommit-backups │ ├── README.md │ ├── example-manifest.yaml │ └── stacks │ │ ├── codecommit-backups.yaml │ │ └── codecommit-backups │ │ └── v1 │ │ └── stack.template.yaml └── service-catalog-puppet-pipeline-logs-exporter │ ├── README.md │ ├── example-manifest.yaml │ ├── scpuppet-logs.png │ └── stacks │ ├── service-catalog-puppet-pipeline-logs-exporter.yaml │ └── service-catalog-puppet-pipeline-logs-exporter │ ├── service-catalog-puppet-pipeline-logs-exporter.drawio │ └── v1 │ └── stack.template.yaml ├── reference ├── aws-cloudformation-resources-all-fields │ ├── AWS-ACMPCA-Certificate │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ACMPCA-CertificateAuthority │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ACMPCA-CertificateAuthorityActivation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AccessAnalyzer-Analyzer │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AmazonMQ-Broker │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AmazonMQ-Configuration │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AmazonMQ-ConfigurationAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Amplify-App │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Amplify-Branch │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Amplify-Domain │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Account │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-ApiKey │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Authorizer │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-BasePathMapping │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-ClientCertificate │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Deployment │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-DocumentationPart │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-DocumentationVersion │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-DomainName │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-GatewayResponse │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Method │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Model │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-RequestValidator │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Resource │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-RestApi │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Stage │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-UsagePlan │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-UsagePlanKey │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-VpcLink │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Api │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-ApiMapping │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Authorizer │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Deployment │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-DomainName │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Integration │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-IntegrationResponse │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Model │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Route │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-RouteResponse │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Stage │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-Application │ │ └── 16.1.0 │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-ConfigurationProfile │ │ └── 16.1.0 │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-Deployment │ │ └── 16.1.0 │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-DeploymentStrategy │ │ └── 16.1.0 │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-Environment │ │ └── 16.1.0 │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-HostedConfigurationVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppMesh-Mesh │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppMesh-Route │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppMesh-VirtualNode │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppMesh-VirtualRouter │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppMesh-VirtualService │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-DirectoryConfig │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-Fleet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-ImageBuilder │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-Stack │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-StackFleetAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-StackUserAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-User │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-ApiCache │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-ApiKey │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-DataSource │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-FunctionConfiguration │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-GraphQLApi │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-GraphQLSchema │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-Resolver │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApplicationAutoScaling-ScalableTarget │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApplicationAutoScaling-ScalingPolicy │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Athena-DataCatalog │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Athena-NamedQuery │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Athena-WorkGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScaling-AutoScalingGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScaling-LaunchConfiguration │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScaling-LifecycleHook │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScaling-ScalingPolicy │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScaling-ScheduledAction │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScalingPlans-ScalingPlan │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Backup-BackupPlan │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Backup-BackupSelection │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Backup-BackupVault │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Batch-ComputeEnvironment │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Batch-JobDefinition │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Batch-JobQueue │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Budgets-Budget │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CE-CostCategory │ │ └── 16.1.0 │ │ │ └── product.template-us-east-1.yaml │ ├── AWS-Cassandra-Keyspace │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cassandra-Table │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CertificateManager-Certificate │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Chatbot-SlackChannelConfiguration │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cloud9-EnvironmentEC2 │ │ └── 16.1.0 │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFormation-CustomResource │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFormation-Macro │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFormation-Stack │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFormation-WaitCondition │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFormation-WaitConditionHandle │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFront-CloudFrontOriginAccessIdentity │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFront-Distribution │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFront-StreamingDistribution │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudTrail-Trail │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudWatch-Alarm │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudWatch-AnomalyDetector │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudWatch-CompositeAlarm │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudWatch-Dashboard │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudWatch-InsightRule │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeBuild-Project │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeBuild-ReportGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeBuild-SourceCredential │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeCommit-Repository │ │ └── 16.1.0 │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeDeploy-Application │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeDeploy-DeploymentConfig │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeDeploy-DeploymentGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeGuruProfiler-ProfilingGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodePipeline-CustomActionType │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodePipeline-Pipeline │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodePipeline-Webhook │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeStar-GitHubRepository │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeStarConnections-Connection │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeStarNotifications-NotificationRule │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-IdentityPool │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-IdentityPoolRoleAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPool │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolClient │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolDomain │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolIdentityProvider │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolResourceServer │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolRiskConfigurationAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolUICustomizationAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolUser │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolUserToGroupAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-AggregationAuthorization │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-ConfigRule │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-ConfigurationAggregator │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-ConfigurationRecorder │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-ConformancePack │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-DeliveryChannel │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-OrganizationConfigRule │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-OrganizationConformancePack │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-RemediationConfiguration │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DAX-Cluster │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DAX-ParameterGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DAX-SubnetGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DLM-LifecyclePolicy │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-Certificate │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-Endpoint │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-EventSubscription │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-ReplicationInstance │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-ReplicationSubnetGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-ReplicationTask │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DataPipeline-Pipeline │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Detective-Graph │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Detective-MemberInvitation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DirectoryService-MicrosoftAD │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DirectoryService-SimpleAD │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DocDB-DBCluster │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DocDB-DBClusterParameterGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DocDB-DBInstance │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DocDB-DBSubnetGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-DynamoDB-Table │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-CapacityReservation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-ClientVpnAuthorizationRule │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-ClientVpnEndpoint │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-ClientVpnRoute │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-ClientVpnTargetNetworkAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-CustomerGateway │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-DHCPOptions │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-EC2Fleet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-EIP │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-EIPAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-EgressOnlyInternetGateway │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-FlowLog │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-GatewayRouteTableAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-Host │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-Instance │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-InternetGateway │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-LaunchTemplate │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-LocalGatewayRoute │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-LocalGatewayRouteTableVPCAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NatGateway │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NetworkAcl │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NetworkAclEntry │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NetworkInterface │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NetworkInterfaceAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NetworkInterfacePermission │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-PlacementGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-PrefixList │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-Route │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-RouteTable │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SecurityGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SecurityGroupEgress │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SecurityGroupIngress │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SpotFleet │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-Subnet │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SubnetCidrBlock │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SubnetNetworkAclAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SubnetRouteTableAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TrafficMirrorFilter │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TrafficMirrorFilterRule │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TrafficMirrorSession │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TrafficMirrorTarget │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGateway │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGatewayAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGatewayRoute │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGatewayRouteTable │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGatewayRouteTableAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGatewayRouteTablePropagation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPC │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCCidrBlock │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCDHCPOptionsAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCEndpoint │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCEndpointConnectionNotification │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ └── product.template-us-east-1.yaml │ ├── AWS-EC2-VPCEndpointService │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCEndpointServicePermissions │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCGatewayAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCPeeringConnection │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPNConnection │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPNConnectionRoute │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPNGateway │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPNGatewayRoutePropagation │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-Volume │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VolumeAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECR-Repository │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-CapacityProvider │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-Cluster │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-PrimaryTaskSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-Service │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-TaskDefinition │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-TaskSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EFS-AccessPoint │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EFS-FileSystem │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EFS-MountTarget │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EKS-Cluster │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EKS-Nodegroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EMR-Cluster │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EMR-InstanceFleetConfig │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EMR-InstanceGroupConfig │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EMR-SecurityConfiguration │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EMR-Step │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-CacheCluster │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-ParameterGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-ReplicationGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-SecurityGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-SecurityGroupIngress │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-SubnetGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticBeanstalk-Application │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticBeanstalk-ApplicationVersion │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticBeanstalk-ConfigurationTemplate │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticBeanstalk-Environment │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancing-LoadBalancer │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancingV2-Listener │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancingV2-ListenerCertificate │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancingV2-ListenerRule │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancingV2-LoadBalancer │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancingV2-TargetGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Elasticsearch-Domain │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EventSchemas-Discoverer │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EventSchemas-Registry │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EventSchemas-RegistryPolicy │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-EventSchemas-Schema │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Events-EventBus │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Events-EventBusPolicy │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Events-Rule │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-FMS-NotificationChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-FMS-Policy │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-FSx-FileSystem │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-Alias │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-Build │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-Fleet │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-GameSessionQueue │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-MatchmakingConfiguration │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-MatchmakingRuleSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-Script │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GlobalAccelerator-Accelerator │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GlobalAccelerator-EndpointGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GlobalAccelerator-Listener │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Classifier │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Connection │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Crawler │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-DataCatalogEncryptionSettings │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Database │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-DevEndpoint │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Job │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-MLTransform │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Partition │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-SecurityConfiguration │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Table │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Trigger │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Workflow │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-ConnectorDefinition │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-ConnectorDefinitionVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-CoreDefinition │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-CoreDefinitionVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-DeviceDefinition │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-DeviceDefinitionVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-FunctionDefinition │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-FunctionDefinitionVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-Group │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-GroupVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-LoggerDefinition │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-LoggerDefinitionVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-ResourceDefinition │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-ResourceDefinitionVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-SubscriptionDefinition │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-SubscriptionDefinitionVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GroundStation-Config │ │ └── 16.1.0 │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GroundStation-DataflowEndpointGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GroundStation-MissionProfile │ │ └── 16.1.0 │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-Detector │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-Filter │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-IPSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-Master │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-Member │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-ThreatIntelSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-AccessKey │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-Group │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-InstanceProfile │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-ManagedPolicy │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-Policy │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-Role │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-ServiceLinkedRole │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-User │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-UserToGroupAddition │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-Component │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-DistributionConfiguration │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-Image │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-ImagePipeline │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-ImageRecipe │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-InfrastructureConfiguration │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Inspector-AssessmentTarget │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Inspector-AssessmentTemplate │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Inspector-ResourceGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-Certificate │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-Policy │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-PolicyPrincipalAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-ProvisioningTemplate │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-Thing │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-ThingPrincipalAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-TopicRule │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT1Click-Device │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT1Click-Placement │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT1Click-Project │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTAnalytics-Channel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTAnalytics-Dataset │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTAnalytics-Datastore │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTAnalytics-Pipeline │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTEvents-DetectorModel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTEvents-Input │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTThingsGraph-FlowTemplate │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-KMS-Alias │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-KMS-Key │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Kinesis-Stream │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Kinesis-StreamConsumer │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalytics-Application │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalytics-ApplicationOutput │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalytics-ApplicationReferenceDataSource │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalyticsV2-Application │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalyticsV2-ApplicationOutput │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisFirehose-DeliveryStream │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-LakeFormation-DataLakeSettings │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-LakeFormation-Permissions │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-LakeFormation-Resource │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-Alias │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-EventInvokeConfig │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-EventSourceMapping │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-Function │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-LayerVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-LayerVersionPermission │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-Permission │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-Version │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Logs-Destination │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Logs-LogGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Logs-LogStream │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Logs-MetricFilter │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Logs-SubscriptionFilter │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-MSK-Cluster │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Macie-CustomDataIdentifier │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Macie-FindingsFilter │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Macie-Session │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ManagedBlockchain-Member │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ManagedBlockchain-Node │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaConvert-JobTemplate │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaConvert-Preset │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaConvert-Queue │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaLive-Channel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaLive-Input │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaLive-InputSecurityGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaStore-Container │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Neptune-DBCluster │ │ └── 16.1.0 │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Neptune-DBClusterParameterGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Neptune-DBInstance │ │ └── 16.1.0 │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Neptune-DBParameterGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Neptune-DBSubnetGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-CustomerGatewayAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-Device │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-GlobalNetwork │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-Link │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-LinkAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-Site │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-TransitGatewayRegistration │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-App │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-ElasticLoadBalancerAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-Instance │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-Layer │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-Stack │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-UserProfile │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-Volume │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorksCM-Server │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-ADMChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-APNSChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-APNSSandboxChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-APNSVoipChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-APNSVoipSandboxChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-App │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-ApplicationSettings │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-BaiduChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-Campaign │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-EmailChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-EmailTemplate │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-EventStream │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-GCMChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-PushTemplate │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-SMSChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-Segment │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-SmsTemplate │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-VoiceChannel │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-PinpointEmail-ConfigurationSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-PinpointEmail-ConfigurationSetEventDestination │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-PinpointEmail-DedicatedIpPool │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-PinpointEmail-Identity │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-QLDB-Ledger │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-QLDB-Stream │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RAM-ResourceShare │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBCluster │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBClusterParameterGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBInstance │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBParameterGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBProxy │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBProxyTargetGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBSecurityGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBSecurityGroupIngress │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBSubnetGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-EventSubscription │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-OptionGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Redshift-Cluster │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Redshift-ClusterParameterGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Redshift-ClusterSecurityGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Redshift-ClusterSecurityGroupIngress │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Redshift-ClusterSubnetGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ResourceGroups-Group │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-Fleet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-Robot │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-RobotApplication │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-RobotApplicationVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-SimulationApplication │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-SimulationApplicationVersion │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53-HealthCheck │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53-HostedZone │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53-RecordSet │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53-RecordSetGroup │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53Resolver-ResolverEndpoint │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53Resolver-ResolverRule │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53Resolver-ResolverRuleAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-S3-AccessPoint │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-S3-Bucket │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-S3-BucketPolicy │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SDB-Domain │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-ConfigurationSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-ConfigurationSetEventDestination │ │ └── 16.1.0 │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-ReceiptFilter │ │ └── 16.1.0 │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-ReceiptRule │ │ └── 16.1.0 │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-ReceiptRuleSet │ │ └── 16.1.0 │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-Template │ │ └── 16.1.0 │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SNS-Subscription │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SNS-Topic │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SNS-TopicPolicy │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SQS-Queue │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SQS-QueuePolicy │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-Association │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-Document │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-MaintenanceWindow │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-MaintenanceWindowTarget │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-MaintenanceWindowTask │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-Parameter │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-PatchBaseline │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-ResourceDataSync │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-CodeRepository │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-Endpoint │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-EndpointConfig │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-Model │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-NotebookInstance │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-NotebookInstanceLifecycleConfig │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-Workteam │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SecretsManager-ResourcePolicy │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SecretsManager-RotationSchedule │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SecretsManager-Secret │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SecretsManager-SecretTargetAttachment │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-SecurityHub-Hub │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-AcceptedPortfolioShare │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-CloudFormationProduct │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-CloudFormationProvisionedProduct │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-LaunchNotificationConstraint │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-LaunchRoleConstraint │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-LaunchTemplateConstraint │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-Portfolio │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-PortfolioPrincipalAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-PortfolioProductAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-PortfolioShare │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-ResourceUpdateConstraint │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-StackSetConstraint │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-TagOption │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-TagOptionAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceDiscovery-HttpNamespace │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceDiscovery-Instance │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceDiscovery-PrivateDnsNamespace │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceDiscovery-PublicDnsNamespace │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceDiscovery-Service │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-StepFunctions-Activity │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-StepFunctions-StateMachine │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Synthetics-Canary │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Transfer-Server │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-Transfer-User │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-ByteMatchSet │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-IPSet │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-Rule │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-SizeConstraintSet │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-SqlInjectionMatchSet │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-WebACL │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-XssMatchSet │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-ByteMatchSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-GeoMatchSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-IPSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-RateBasedRule │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-RegexPatternSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-Rule │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-SizeConstraintSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-SqlInjectionMatchSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-WebACL │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-WebACLAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-XssMatchSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFv2-IPSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFv2-RegexPatternSet │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFv2-RuleGroup │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFv2-WebACL │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFv2-WebACLAssociation │ │ └── 16.1.0 │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── AWS-WorkSpaces-Workspace │ │ └── 16.1.0 │ │ │ ├── product.template-af-south-1.yaml │ │ │ ├── product.template-ap-east-1.yaml │ │ │ ├── product.template-ap-northeast-1.yaml │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-northeast-3.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-north-1.yaml │ │ │ ├── product.template-eu-south-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-me-south-1.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ ├── Alexa-ASK-Skill │ │ └── 16.1.0 │ │ │ ├── product.template-ap-northeast-2.yaml │ │ │ ├── product.template-ap-south-1.yaml │ │ │ ├── product.template-ap-southeast-1.yaml │ │ │ ├── product.template-ap-southeast-2.yaml │ │ │ ├── product.template-ca-central-1.yaml │ │ │ ├── product.template-eu-central-1.yaml │ │ │ ├── product.template-eu-west-1.yaml │ │ │ ├── product.template-eu-west-2.yaml │ │ │ ├── product.template-eu-west-3.yaml │ │ │ ├── product.template-sa-east-1.yaml │ │ │ ├── product.template-us-east-1.yaml │ │ │ ├── product.template-us-east-2.yaml │ │ │ ├── product.template-us-west-1.yaml │ │ │ └── product.template-us-west-2.yaml │ └── portfolio.yaml └── aws-cloudformation-resources-required-fields-only │ ├── AWS-ACMPCA-Certificate │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ACMPCA-CertificateAuthority │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ACMPCA-CertificateAuthorityActivation │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AccessAnalyzer-Analyzer │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AmazonMQ-Broker │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AmazonMQ-Configuration │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AmazonMQ-ConfigurationAssociation │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Amplify-App │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Amplify-Branch │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Amplify-Domain │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Account │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-ApiKey │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Authorizer │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-BasePathMapping │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-ClientCertificate │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Deployment │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-DocumentationPart │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-DocumentationVersion │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-DomainName │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-GatewayResponse │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Method │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Model │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-RequestValidator │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Resource │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-RestApi │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-Stage │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-UsagePlan │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-UsagePlanKey │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGateway-VpcLink │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Api │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-ApiMapping │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Authorizer │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Deployment │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-DomainName │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Integration │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-IntegrationResponse │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Model │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Route │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-RouteResponse │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApiGatewayV2-Stage │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-Application │ └── 16.1.0 │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-ConfigurationProfile │ └── 16.1.0 │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-Deployment │ └── 16.1.0 │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-DeploymentStrategy │ └── 16.1.0 │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-Environment │ └── 16.1.0 │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppConfig-HostedConfigurationVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppMesh-Mesh │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppMesh-Route │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppMesh-VirtualNode │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppMesh-VirtualRouter │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppMesh-VirtualService │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-DirectoryConfig │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-Fleet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-ImageBuilder │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-Stack │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-StackFleetAssociation │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-StackUserAssociation │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppStream-User │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-ApiCache │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-ApiKey │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-DataSource │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-FunctionConfiguration │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-GraphQLApi │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-GraphQLSchema │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AppSync-Resolver │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApplicationAutoScaling-ScalableTarget │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ApplicationAutoScaling-ScalingPolicy │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Athena-DataCatalog │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Athena-NamedQuery │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Athena-WorkGroup │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScaling-AutoScalingGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScaling-LaunchConfiguration │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScaling-LifecycleHook │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScaling-ScalingPolicy │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScaling-ScheduledAction │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-AutoScalingPlans-ScalingPlan │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Backup-BackupPlan │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Backup-BackupSelection │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Backup-BackupVault │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Batch-ComputeEnvironment │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Batch-JobDefinition │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Batch-JobQueue │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Budgets-Budget │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CE-CostCategory │ └── 16.1.0 │ │ └── product.template-us-east-1.yaml │ ├── AWS-Cassandra-Keyspace │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cassandra-Table │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CertificateManager-Certificate │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Chatbot-SlackChannelConfiguration │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cloud9-EnvironmentEC2 │ └── 16.1.0 │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFormation-CustomResource │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFormation-Macro │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFormation-Stack │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFormation-WaitCondition │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFormation-WaitConditionHandle │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFront-CloudFrontOriginAccessIdentity │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFront-Distribution │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudFront-StreamingDistribution │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudTrail-Trail │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudWatch-Alarm │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudWatch-AnomalyDetector │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudWatch-CompositeAlarm │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudWatch-Dashboard │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CloudWatch-InsightRule │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeBuild-Project │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeBuild-ReportGroup │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeBuild-SourceCredential │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeCommit-Repository │ └── 16.1.0 │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeDeploy-Application │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeDeploy-DeploymentConfig │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeDeploy-DeploymentGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeGuruProfiler-ProfilingGroup │ └── 16.1.0 │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodePipeline-CustomActionType │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodePipeline-Pipeline │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodePipeline-Webhook │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeStar-GitHubRepository │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeStarConnections-Connection │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-CodeStarNotifications-NotificationRule │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-IdentityPool │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-IdentityPoolRoleAttachment │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPool │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolClient │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolDomain │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolGroup │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolIdentityProvider │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolResourceServer │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolRiskConfigurationAttachment │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolUICustomizationAttachment │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolUser │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Cognito-UserPoolUserToGroupAttachment │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-AggregationAuthorization │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-ConfigRule │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-ConfigurationAggregator │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-ConfigurationRecorder │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-ConformancePack │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-DeliveryChannel │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-OrganizationConfigRule │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-OrganizationConformancePack │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Config-RemediationConfiguration │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DAX-Cluster │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DAX-ParameterGroup │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DAX-SubnetGroup │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DLM-LifecyclePolicy │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-Certificate │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-Endpoint │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-EventSubscription │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-ReplicationInstance │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-ReplicationSubnetGroup │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DMS-ReplicationTask │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DataPipeline-Pipeline │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Detective-Graph │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Detective-MemberInvitation │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DirectoryService-MicrosoftAD │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DirectoryService-SimpleAD │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DocDB-DBCluster │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DocDB-DBClusterParameterGroup │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DocDB-DBInstance │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DocDB-DBSubnetGroup │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-DynamoDB-Table │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-CapacityReservation │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-ClientVpnAuthorizationRule │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-ClientVpnEndpoint │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-ClientVpnRoute │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-ClientVpnTargetNetworkAssociation │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-CustomerGateway │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-DHCPOptions │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-EC2Fleet │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-EIP │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-EIPAssociation │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-EgressOnlyInternetGateway │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-FlowLog │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-GatewayRouteTableAssociation │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-Host │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-Instance │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-InternetGateway │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-LaunchTemplate │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-LocalGatewayRoute │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-LocalGatewayRouteTableVPCAssociation │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NatGateway │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NetworkAcl │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NetworkAclEntry │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NetworkInterface │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NetworkInterfaceAttachment │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-NetworkInterfacePermission │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-PlacementGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-PrefixList │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-Route │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-RouteTable │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SecurityGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SecurityGroupEgress │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SecurityGroupIngress │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SpotFleet │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-Subnet │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SubnetCidrBlock │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SubnetNetworkAclAssociation │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-SubnetRouteTableAssociation │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TrafficMirrorFilter │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TrafficMirrorFilterRule │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TrafficMirrorSession │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TrafficMirrorTarget │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGateway │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGatewayAttachment │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGatewayRoute │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGatewayRouteTable │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGatewayRouteTableAssociation │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-TransitGatewayRouteTablePropagation │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPC │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCCidrBlock │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCDHCPOptionsAssociation │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCEndpoint │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCEndpointConnectionNotification │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-eu-north-1.yaml │ │ └── product.template-us-east-1.yaml │ ├── AWS-EC2-VPCEndpointService │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCEndpointServicePermissions │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCGatewayAttachment │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPCPeeringConnection │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPNConnection │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPNConnectionRoute │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPNGateway │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VPNGatewayRoutePropagation │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-Volume │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EC2-VolumeAttachment │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECR-Repository │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-CapacityProvider │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-Cluster │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-PrimaryTaskSet │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-Service │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-TaskDefinition │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ECS-TaskSet │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EFS-AccessPoint │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EFS-FileSystem │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EFS-MountTarget │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EKS-Cluster │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EKS-Nodegroup │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EMR-Cluster │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EMR-InstanceFleetConfig │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EMR-InstanceGroupConfig │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EMR-SecurityConfiguration │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EMR-Step │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-CacheCluster │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-ParameterGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-ReplicationGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-SecurityGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-SecurityGroupIngress │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElastiCache-SubnetGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticBeanstalk-Application │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticBeanstalk-ApplicationVersion │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticBeanstalk-ConfigurationTemplate │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticBeanstalk-Environment │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancing-LoadBalancer │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancingV2-Listener │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancingV2-ListenerCertificate │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancingV2-ListenerRule │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancingV2-LoadBalancer │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ElasticLoadBalancingV2-TargetGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Elasticsearch-Domain │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EventSchemas-Discoverer │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EventSchemas-Registry │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EventSchemas-RegistryPolicy │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-EventSchemas-Schema │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Events-EventBus │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Events-EventBusPolicy │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Events-Rule │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-FMS-NotificationChannel │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-FMS-Policy │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-FSx-FileSystem │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-Alias │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-Build │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-Fleet │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-GameSessionQueue │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-MatchmakingConfiguration │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-MatchmakingRuleSet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GameLift-Script │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GlobalAccelerator-Accelerator │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GlobalAccelerator-EndpointGroup │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GlobalAccelerator-Listener │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Classifier │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Connection │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Crawler │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-DataCatalogEncryptionSettings │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Database │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-DevEndpoint │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Job │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-MLTransform │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Partition │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-SecurityConfiguration │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Table │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Trigger │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Glue-Workflow │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-ConnectorDefinition │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-ConnectorDefinitionVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-CoreDefinition │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-CoreDefinitionVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-DeviceDefinition │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-DeviceDefinitionVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-FunctionDefinition │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-FunctionDefinitionVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-Group │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-GroupVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-LoggerDefinition │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-LoggerDefinitionVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-ResourceDefinition │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-ResourceDefinitionVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-SubscriptionDefinition │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Greengrass-SubscriptionDefinitionVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GroundStation-Config │ └── 16.1.0 │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GroundStation-DataflowEndpointGroup │ └── 16.1.0 │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GroundStation-MissionProfile │ └── 16.1.0 │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-Detector │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-Filter │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-IPSet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-Master │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-Member │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-GuardDuty-ThreatIntelSet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-AccessKey │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-Group │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-InstanceProfile │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-ManagedPolicy │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-Policy │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-Role │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-ServiceLinkedRole │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-User │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IAM-UserToGroupAddition │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-Component │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-DistributionConfiguration │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-Image │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-ImagePipeline │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-ImageRecipe │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ImageBuilder-InfrastructureConfiguration │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Inspector-AssessmentTarget │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Inspector-AssessmentTemplate │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Inspector-ResourceGroup │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-Certificate │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-Policy │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-PolicyPrincipalAttachment │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-ProvisioningTemplate │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-Thing │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-ThingPrincipalAttachment │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT-TopicRule │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT1Click-Device │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT1Click-Placement │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoT1Click-Project │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTAnalytics-Channel │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTAnalytics-Dataset │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTAnalytics-Datastore │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTAnalytics-Pipeline │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTEvents-DetectorModel │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTEvents-Input │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-IoTThingsGraph-FlowTemplate │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-KMS-Alias │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-KMS-Key │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Kinesis-Stream │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Kinesis-StreamConsumer │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalytics-Application │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalytics-ApplicationOutput │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalytics-ApplicationReferenceDataSource │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalyticsV2-Application │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalyticsV2-ApplicationOutput │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-KinesisFirehose-DeliveryStream │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-LakeFormation-DataLakeSettings │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-LakeFormation-Permissions │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-LakeFormation-Resource │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-Alias │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-EventInvokeConfig │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-EventSourceMapping │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-Function │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-LayerVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-LayerVersionPermission │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-Permission │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Lambda-Version │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Logs-Destination │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Logs-LogGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Logs-LogStream │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Logs-MetricFilter │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Logs-SubscriptionFilter │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-MSK-Cluster │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Macie-CustomDataIdentifier │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Macie-FindingsFilter │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Macie-Session │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ManagedBlockchain-Member │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ManagedBlockchain-Node │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaConvert-JobTemplate │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaConvert-Preset │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaConvert-Queue │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaLive-Channel │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaLive-Input │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaLive-InputSecurityGroup │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-MediaStore-Container │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Neptune-DBCluster │ └── 16.1.0 │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Neptune-DBClusterParameterGroup │ └── 16.1.0 │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Neptune-DBInstance │ └── 16.1.0 │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Neptune-DBParameterGroup │ └── 16.1.0 │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Neptune-DBSubnetGroup │ └── 16.1.0 │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-CustomerGatewayAssociation │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-Device │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-GlobalNetwork │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-Link │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-LinkAssociation │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-Site │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-NetworkManager-TransitGatewayRegistration │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-App │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-ElasticLoadBalancerAttachment │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-Instance │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-Layer │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-Stack │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-UserProfile │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorks-Volume │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-OpsWorksCM-Server │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-ADMChannel │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-APNSChannel │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-APNSSandboxChannel │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-APNSVoipChannel │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-APNSVoipSandboxChannel │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-App │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-ApplicationSettings │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-BaiduChannel │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-Campaign │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-EmailChannel │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-EmailTemplate │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-EventStream │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-GCMChannel │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-PushTemplate │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-SMSChannel │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-Segment │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-SmsTemplate │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Pinpoint-VoiceChannel │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-PinpointEmail-ConfigurationSet │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-PinpointEmail-ConfigurationSetEventDestination │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-PinpointEmail-DedicatedIpPool │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-PinpointEmail-Identity │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-QLDB-Ledger │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-QLDB-Stream │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RAM-ResourceShare │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBCluster │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBClusterParameterGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBInstance │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBParameterGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBProxy │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBProxyTargetGroup │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBSecurityGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBSecurityGroupIngress │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-DBSubnetGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-EventSubscription │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RDS-OptionGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Redshift-Cluster │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Redshift-ClusterParameterGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Redshift-ClusterSecurityGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Redshift-ClusterSecurityGroupIngress │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Redshift-ClusterSubnetGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ResourceGroups-Group │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-Fleet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-Robot │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-RobotApplication │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-RobotApplicationVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-SimulationApplication │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-RoboMaker-SimulationApplicationVersion │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53-HealthCheck │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53-HostedZone │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53-RecordSet │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53-RecordSetGroup │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53Resolver-ResolverEndpoint │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53Resolver-ResolverRule │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Route53Resolver-ResolverRuleAssociation │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-S3-AccessPoint │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-S3-Bucket │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-S3-BucketPolicy │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SDB-Domain │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-ConfigurationSet │ └── 16.1.0 │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-ConfigurationSetEventDestination │ └── 16.1.0 │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-ReceiptFilter │ └── 16.1.0 │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-ReceiptRule │ └── 16.1.0 │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-ReceiptRuleSet │ └── 16.1.0 │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SES-Template │ └── 16.1.0 │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SNS-Subscription │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SNS-Topic │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SNS-TopicPolicy │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SQS-Queue │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SQS-QueuePolicy │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-Association │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-Document │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-MaintenanceWindow │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-MaintenanceWindowTarget │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-MaintenanceWindowTask │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-Parameter │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-PatchBaseline │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SSM-ResourceDataSync │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-CodeRepository │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-Endpoint │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-EndpointConfig │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-Model │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-NotebookInstance │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-NotebookInstanceLifecycleConfig │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SageMaker-Workteam │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SecretsManager-ResourcePolicy │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SecretsManager-RotationSchedule │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SecretsManager-Secret │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SecretsManager-SecretTargetAttachment │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-SecurityHub-Hub │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-AcceptedPortfolioShare │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-CloudFormationProduct │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-CloudFormationProvisionedProduct │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-LaunchNotificationConstraint │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-LaunchRoleConstraint │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-LaunchTemplateConstraint │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-Portfolio │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-PortfolioPrincipalAssociation │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-PortfolioProductAssociation │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-PortfolioShare │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-ResourceUpdateConstraint │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-StackSetConstraint │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-TagOption │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceCatalog-TagOptionAssociation │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceDiscovery-HttpNamespace │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceDiscovery-Instance │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceDiscovery-PrivateDnsNamespace │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceDiscovery-PublicDnsNamespace │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-ServiceDiscovery-Service │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-StepFunctions-Activity │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-StepFunctions-StateMachine │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Synthetics-Canary │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Transfer-Server │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-Transfer-User │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-ByteMatchSet │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-IPSet │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-Rule │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-SizeConstraintSet │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-SqlInjectionMatchSet │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-WebACL │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAF-XssMatchSet │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-ByteMatchSet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-GeoMatchSet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-IPSet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-RateBasedRule │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-RegexPatternSet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-Rule │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-SizeConstraintSet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-SqlInjectionMatchSet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-WebACL │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-WebACLAssociation │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFRegional-XssMatchSet │ └── 16.1.0 │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFv2-IPSet │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFv2-RegexPatternSet │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFv2-RuleGroup │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFv2-WebACL │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WAFv2-WebACLAssociation │ └── 16.1.0 │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── AWS-WorkSpaces-Workspace │ └── 16.1.0 │ │ ├── product.template-af-south-1.yaml │ │ ├── product.template-ap-east-1.yaml │ │ ├── product.template-ap-northeast-1.yaml │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-northeast-3.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-north-1.yaml │ │ ├── product.template-eu-south-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-me-south-1.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ ├── Alexa-ASK-Skill │ └── 16.1.0 │ │ ├── product.template-ap-northeast-2.yaml │ │ ├── product.template-ap-south-1.yaml │ │ ├── product.template-ap-southeast-1.yaml │ │ ├── product.template-ap-southeast-2.yaml │ │ ├── product.template-ca-central-1.yaml │ │ ├── product.template-eu-central-1.yaml │ │ ├── product.template-eu-west-1.yaml │ │ ├── product.template-eu-west-2.yaml │ │ ├── product.template-eu-west-3.yaml │ │ ├── product.template-sa-east-1.yaml │ │ ├── product.template-us-east-1.yaml │ │ ├── product.template-us-east-2.yaml │ │ ├── product.template-us-west-1.yaml │ │ └── product.template-us-west-2.yaml │ └── portfolio.yaml └── unsorted ├── account-vending ├── README.md ├── account-bootstrap-shared │ ├── v1 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ └── v2 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ └── handler.py ├── account-creation-shared │ ├── v1 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ ├── v2 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ └── v3 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ └── handler.py ├── account-creation │ ├── v1 │ │ ├── README.md │ │ └── product.template.yaml │ └── v2 │ │ ├── README.md │ │ └── product.template.yaml ├── manifest.yaml ├── org-bootstrap.template.README.md ├── org-bootstrap.template.yaml └── portfolio.yaml ├── aws-config-aggregator ├── aws-config-aggregator │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── manifest.yaml └── portfolio.yaml ├── aws-config ├── aws-config │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── manifest.yaml └── portfolio.yaml ├── aws-control-tower-augmented-account-factory ├── README.md ├── account-bootstrap-shared │ ├── v2 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ └── v3 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ └── handler.py ├── account-creation-notifier │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── account-details-to-aws-account-id │ └── v1 │ │ ├── README.md │ │ ├── org-bootstrap.template.yaml │ │ └── product.template.yaml ├── account-type-to-organizational-unit-chooser │ ├── v1 │ │ ├── README.md │ │ └── product.template.yaml │ ├── v2 │ │ ├── README.md │ │ └── product.template.yaml │ ├── v3 │ │ ├── README.md │ │ └── product.template.yaml │ └── v4 │ │ ├── README.md │ │ └── product.template.yaml ├── augmented-account-factory │ ├── v1 │ │ ├── README.md │ │ └── product.template.yaml │ ├── v2 │ │ ├── README.md │ │ └── product.template.yaml │ ├── v3 │ │ ├── README.md │ │ └── product.template.yaml │ ├── v4 │ │ ├── README.md │ │ └── product.template.yaml │ └── v5 │ │ ├── README.md │ │ └── product.template.yaml ├── manifest.yaml └── portfolio.yaml ├── aws-iam-administrator-access ├── README.md ├── assumable-role-account │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── assumable-role-service │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── manifest.yaml └── portfolio.yaml ├── aws-iam ├── README.md ├── assume-roles-spoke │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── groups-security-account │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── manifest.yaml └── portfolio.yaml ├── aws-servicecatalog-factory-provisioners ├── README.md ├── manifest.yaml ├── portfolio.yaml └── terraform │ └── v4 │ ├── README.md │ └── product.template.yaml ├── cdk-support ├── bootstrap │ ├── v1 │ │ └── product.template.yaml │ ├── v2 │ │ └── product.template.yaml │ ├── v3 │ │ └── product.template.yaml │ └── v4 │ │ ├── product.template.yaml │ │ └── start_cdk_deploy │ │ ├── requirements.txt │ │ └── src │ │ └── handler.py ├── iam │ ├── v1 │ │ └── product.template.yaml │ └── v2 │ │ └── product.template.yaml ├── manifest.yaml └── portfolio.yaml ├── cloud-custodian ├── README.md ├── codestar-connection │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── event-forwarding │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── hub │ ├── v1 │ │ └── product.template.yaml │ ├── v2 │ │ ├── README.md │ │ └── product.template.yaml │ ├── v3 │ │ ├── README.md │ │ └── product.template.yaml │ └── v4 │ │ ├── README.md │ │ └── product.template.yaml ├── manifest.yaml ├── pipeline │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── portfolio.yaml └── spoke │ ├── v1 │ └── product.template.yaml │ └── v2 │ ├── README.md │ └── product.template.yaml ├── delete-default-networking-custom-resource ├── delete-default-networking-custom-resource │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── manifest.yaml └── portfolio.yaml ├── governance-at-scale-account-factory ├── account-bootstrap-shared-org-bootstrap │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── account-bootstrap-shared │ ├── v1 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ └── v2 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ └── handler.py ├── account-create-update-notifier │ └── v1 │ │ ├── README.md │ │ ├── product.template.yaml │ │ └── sample-message.json ├── account-creation-notifier-cfh-handler │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── account-creation-shared-org-bootstrap │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── account-creation-shared │ ├── v1 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ ├── v2 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ ├── v3 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ └── v4 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ └── handler.py ├── account-details-org-bootstrap │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── account-details │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── account-type-to-organizational-unit-chooser │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── account-waiter │ ├── v1 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ ├── v2 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ └── v3 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ └── handler.py ├── aws-control-tower-account-factory │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── aws-service-catalog-account-creation │ ├── v1 │ │ ├── README.md │ │ └── product.template.yaml │ └── v2 │ │ ├── README.md │ │ └── product.template.yaml ├── manifest.yaml ├── move-to-ou │ ├── v1 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ │ └── handler.py │ └── v2 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ └── handler.py └── portfolio.yaml ├── mulit-account-aws-cloudtrail ├── README.md ├── aws-cloudtrail-enable │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml ├── manifest.yaml └── portfolio.yaml ├── multi-account-aws-guardduty ├── README.md ├── guardduty-master │ ├── v1 │ │ └── product.template.yaml │ └── v2 │ │ └── product.template.yaml ├── guardduty-org-bootstrap │ ├── v1 │ │ ├── README.md │ │ └── product.template.yaml │ └── v2 │ │ ├── README.md │ │ └── product.template.yaml ├── guardduty-spoke │ ├── v1 │ │ ├── product.template.yaml │ │ └── src │ │ │ └── lambda_handler.py │ └── v2 │ │ ├── product.template.yaml │ │ └── register │ │ ├── lambda_handler.py │ │ └── requirements.txt ├── manifest.yaml └── portfolio.yaml ├── multi-account-aws-securityhub ├── README.md ├── manifest.yaml ├── portfolio.yaml ├── securityhub-master │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml └── securityhub-spoke │ └── v1 │ ├── README.md │ ├── product.template.yaml │ └── src │ └── register │ ├── cfnresponse.py │ ├── lambda_function.py │ └── requirements.txt ├── networking ├── README.md ├── manifest.yaml ├── portfolio.yaml ├── public-subnet │ └── v1 │ │ ├── README.md │ │ └── product.template.yaml └── vpc │ └── v1 │ ├── README.md │ └── product.template.yaml ├── s3-event-notifier ├── README.md ├── manifest.yaml ├── portfolio.yaml ├── s3-event-notifier-design.png └── v1 │ ├── product.template.yaml │ ├── requirements.txt │ └── src │ └── handler.py ├── service-catalog-tools-dashboard ├── README.md ├── get-metrics │ └── v2 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ └── handler.py ├── manifest.yaml ├── pipelines-status.png ├── portfolio.yaml ├── product-launch-status.png ├── put-metrics │ └── v2 │ │ ├── README.md │ │ ├── product.template.yaml │ │ ├── requirements.txt │ │ └── src │ │ └── handler.py └── static-web-app │ └── v4 │ ├── README.md │ ├── angular.json │ ├── buildspec.yml │ ├── e2e │ ├── protractor.conf.js │ ├── src │ │ ├── app.e2e-spec.ts │ │ └── app.po.ts │ └── tsconfig.e2e.json │ ├── package.json │ ├── product.template.yaml │ ├── src │ ├── app │ │ ├── _helpers │ │ │ ├── header.interceptor.ts │ │ │ └── index.ts │ │ ├── _models │ │ │ ├── index.ts │ │ │ ├── pipeline-info.ts │ │ │ ├── pipeline-list.ts │ │ │ ├── product-info.ts │ │ │ └── product-launch-list.ts │ │ ├── _services │ │ │ ├── index.ts │ │ │ ├── list-launch.service.ts │ │ │ └── pipeline-status.service.ts │ │ ├── app-routing.module.ts │ │ ├── app.component.html │ │ ├── app.component.scss │ │ ├── app.component.spec.ts │ │ ├── app.component.ts │ │ ├── app.module.ts │ │ ├── footer │ │ │ ├── footer.component.html │ │ │ ├── footer.component.scss │ │ │ ├── footer.component.spec.ts │ │ │ └── footer.component.ts │ │ ├── header │ │ │ ├── header.component.html │ │ │ ├── header.component.scss │ │ │ ├── header.component.spec.ts │ │ │ └── header.component.ts │ │ ├── list-launches │ │ │ ├── list-launches.component.html │ │ │ ├── list-launches.component.scss │ │ │ ├── list-launches.component.spec.ts │ │ │ └── list-launches.component.ts │ │ ├── show-pipelines │ │ │ ├── show-pipelines.component.html │ │ │ ├── show-pipelines.component.scss │ │ │ ├── show-pipelines.component.spec.ts │ │ │ └── show-pipelines.component.ts │ │ └── spinner │ │ │ ├── spinner.component.html │ │ │ ├── spinner.component.scss │ │ │ ├── spinner.component.spec.ts │ │ │ └── spinner.component.ts │ ├── assets │ │ ├── images │ │ │ └── logo.jpg │ │ ├── list-launches.json │ │ └── show-pipelines.json │ ├── browserslist │ ├── environments │ │ ├── environment.prod.ts │ │ └── environment.ts │ ├── error.html │ ├── favicon.ico │ ├── index.html │ ├── karma.conf.js │ ├── main.ts │ ├── polyfills.ts │ ├── styles.scss │ ├── test.ts │ ├── tsconfig.app.json │ ├── tsconfig.spec.json │ └── tslint.json │ ├── tsconfig.json │ └── tslint.json ├── service-control-policy ├── README.md ├── manifest.yaml ├── portfolio.yaml ├── scp-attach │ └── v1 │ │ ├── README.md │ │ ├── product.template.yaml │ │ └── src │ │ └── attach_policy │ │ ├── cfnresponse.py │ │ ├── lambda_function.py │ │ └── requirements.txt └── scp-create │ └── v1 │ ├── .gitignore │ ├── README.md │ ├── product.template.yaml │ └── src │ └── create_policy │ ├── cfnresponse.py │ ├── lambda_function.py │ └── requirements.txt └── ssm-backup-restore ├── README.md ├── manifest.yaml ├── portfolio.yaml ├── ssm-backup ├── README.md ├── SSM-Store-Architecture.png └── v1 │ ├── product.template.yaml │ ├── requirements.txt │ └── src │ ├── createBucket.py │ └── handler.py └── ssm-restore ├── README.md ├── SSM-Restore-Architecture.png └── v1 ├── product.template.yaml ├── requirements.txt └── src └── restore.py /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | *.iml 3 | 4 | node_modules/ 5 | dist/ 6 | ignored 7 | .DS_Store 8 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/README.md -------------------------------------------------------------------------------- /foundational/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/README.md -------------------------------------------------------------------------------- /foundational/account-vending/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/README.md -------------------------------------------------------------------------------- /foundational/account-vending/example-manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/example-manifest.yaml -------------------------------------------------------------------------------- /foundational/account-vending/portfolios/account-vending-with-aws-control-tower/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/portfolios/account-vending-with-aws-control-tower/v1/product.template.yaml -------------------------------------------------------------------------------- /foundational/account-vending/portfolios/account-vending-with-aws-control-tower/v1/template.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/portfolios/account-vending-with-aws-control-tower/v1/template.drawio -------------------------------------------------------------------------------- /foundational/account-vending/portfolios/account-vending-with-aws-organizations/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/portfolios/account-vending-with-aws-organizations/v1/product.template.yaml -------------------------------------------------------------------------------- /foundational/account-vending/portfolios/account-vending-with-aws-organizations/v1/template.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/portfolios/account-vending-with-aws-organizations/v1/template.drawio -------------------------------------------------------------------------------- /foundational/account-vending/portfolios/account-vending.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/portfolios/account-vending.yaml -------------------------------------------------------------------------------- /foundational/account-vending/stacks/account-vending.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/stacks/account-vending.yaml -------------------------------------------------------------------------------- /foundational/account-vending/stacks/prereqs-controltower-account/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/stacks/prereqs-controltower-account/v1/stack.template.yaml -------------------------------------------------------------------------------- /foundational/account-vending/stacks/prereqs-controltower-account/v1/template.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/stacks/prereqs-controltower-account/v1/template.drawio -------------------------------------------------------------------------------- /foundational/account-vending/stacks/prereqs-orgs-account/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/stacks/prereqs-orgs-account/v1/stack.template.yaml -------------------------------------------------------------------------------- /foundational/account-vending/stacks/prereqs-orgs-account/v1/template.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/stacks/prereqs-orgs-account/v1/template.drawio -------------------------------------------------------------------------------- /foundational/account-vending/stacks/prereqs-puppet-account-optional/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/stacks/prereqs-puppet-account-optional/v1/stack.template.yaml -------------------------------------------------------------------------------- /foundational/account-vending/stacks/prereqs-puppet-account-optional/v1/template.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/stacks/prereqs-puppet-account-optional/v1/template.drawio -------------------------------------------------------------------------------- /foundational/account-vending/stacks/prereqs-puppet-account/v1/requirements.txt: -------------------------------------------------------------------------------- 1 | crhelper==2.0.10 -------------------------------------------------------------------------------- /foundational/account-vending/stacks/prereqs-puppet-account/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/stacks/prereqs-puppet-account/v1/stack.template.yaml -------------------------------------------------------------------------------- /foundational/account-vending/stacks/prereqs-puppet-account/v1/template.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/account-vending/stacks/prereqs-puppet-account/v1/template.drawio -------------------------------------------------------------------------------- /foundational/amazon-guardduty-multi-account/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /foundational/amazon-guardduty-multi-account/example-manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/amazon-guardduty-multi-account/example-manifest.yaml -------------------------------------------------------------------------------- /foundational/amazon-guardduty-multi-account/stacks/amazon-guardduty-multi-account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/amazon-guardduty-multi-account/stacks/amazon-guardduty-multi-account.yaml -------------------------------------------------------------------------------- /foundational/amazon-guardduty-multi-account/stacks/enabler-and-creator/enabler-and-creator.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/amazon-guardduty-multi-account/stacks/enabler-and-creator/enabler-and-creator.drawio -------------------------------------------------------------------------------- /foundational/amazon-guardduty-multi-account/stacks/enabler-and-creator/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/amazon-guardduty-multi-account/stacks/enabler-and-creator/v1/stack.template.yaml -------------------------------------------------------------------------------- /foundational/amazon-guardduty-multi-account/stacks/prereqs-orgs-account/prereqs-orgs-account.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/amazon-guardduty-multi-account/stacks/prereqs-orgs-account/prereqs-orgs-account.drawio -------------------------------------------------------------------------------- /foundational/amazon-guardduty-multi-account/stacks/prereqs-orgs-account/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/amazon-guardduty-multi-account/stacks/prereqs-orgs-account/v1/stack.template.yaml -------------------------------------------------------------------------------- /foundational/aws-securityhub-multi-account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/aws-securityhub-multi-account/README.md -------------------------------------------------------------------------------- /foundational/aws-securityhub-multi-account/stacks/aws-securityhub-multi-account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/aws-securityhub-multi-account/stacks/aws-securityhub-multi-account.yaml -------------------------------------------------------------------------------- /foundational/aws-securityhub-multi-account/stacks/enabler-and-creator/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/aws-securityhub-multi-account/stacks/enabler-and-creator/v1/stack.template.yaml -------------------------------------------------------------------------------- /foundational/aws-securityhub-multi-account/stacks/prereqs-orgs-account/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/aws-securityhub-multi-account/stacks/prereqs-orgs-account/v1/stack.template.yaml -------------------------------------------------------------------------------- /foundational/delete-default-networking/example-manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/delete-default-networking/example-manifest.yaml -------------------------------------------------------------------------------- /foundational/delete-default-networking/stacks/delete-default-networking.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/delete-default-networking/stacks/delete-default-networking.yaml -------------------------------------------------------------------------------- /foundational/delete-default-networking/stacks/function/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/delete-default-networking/stacks/function/v1/README.md -------------------------------------------------------------------------------- /foundational/delete-default-networking/stacks/function/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/foundational/delete-default-networking/stacks/function/v1/stack.template.yaml -------------------------------------------------------------------------------- /operations/codebuild-sns-notifier/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/codebuild-sns-notifier/README.md -------------------------------------------------------------------------------- /operations/codebuild-sns-notifier/example-manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/codebuild-sns-notifier/example-manifest.yaml -------------------------------------------------------------------------------- /operations/codebuild-sns-notifier/stacks/codebuild-sns-notifier.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/codebuild-sns-notifier/stacks/codebuild-sns-notifier.yaml -------------------------------------------------------------------------------- /operations/codebuild-sns-notifier/stacks/codebuild-sns-notifier/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/codebuild-sns-notifier/stacks/codebuild-sns-notifier/v1/stack.template.yaml -------------------------------------------------------------------------------- /operations/codecommit-backups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/codecommit-backups/README.md -------------------------------------------------------------------------------- /operations/codecommit-backups/example-manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/codecommit-backups/example-manifest.yaml -------------------------------------------------------------------------------- /operations/codecommit-backups/stacks/codecommit-backups.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/codecommit-backups/stacks/codecommit-backups.yaml -------------------------------------------------------------------------------- /operations/codecommit-backups/stacks/codecommit-backups/v1/stack.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/codecommit-backups/stacks/codecommit-backups/v1/stack.template.yaml -------------------------------------------------------------------------------- /operations/service-catalog-puppet-pipeline-logs-exporter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/service-catalog-puppet-pipeline-logs-exporter/README.md -------------------------------------------------------------------------------- /operations/service-catalog-puppet-pipeline-logs-exporter/example-manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/service-catalog-puppet-pipeline-logs-exporter/example-manifest.yaml -------------------------------------------------------------------------------- /operations/service-catalog-puppet-pipeline-logs-exporter/scpuppet-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/operations/service-catalog-puppet-pipeline-logs-exporter/scpuppet-logs.png -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ca-central-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ca-central-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-central-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-central-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ca-central-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ca-central-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-central-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-central-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ca-central-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ca-central-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-central-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-central-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-east-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-east-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-af-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-af-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-north-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-north-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-west-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-west-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-west-2.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-west-3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-west-3.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-me-south-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-me-south-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-sa-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-sa-east-1.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-all-fields/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-all-fields/portfolio.yaml -------------------------------------------------------------------------------- /reference/aws-cloudformation-resources-required-fields-only/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/reference/aws-cloudformation-resources-required-fields-only/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/account-vending/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/README.md -------------------------------------------------------------------------------- /unsorted/account-vending/account-bootstrap-shared/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-bootstrap-shared/v1/README.md -------------------------------------------------------------------------------- /unsorted/account-vending/account-bootstrap-shared/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-bootstrap-shared/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/account-vending/account-bootstrap-shared/v1/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.6.19 2 | -------------------------------------------------------------------------------- /unsorted/account-vending/account-bootstrap-shared/v1/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-bootstrap-shared/v1/src/handler.py -------------------------------------------------------------------------------- /unsorted/account-vending/account-bootstrap-shared/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-bootstrap-shared/v2/README.md -------------------------------------------------------------------------------- /unsorted/account-vending/account-bootstrap-shared/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-bootstrap-shared/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/account-vending/account-bootstrap-shared/v2/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.6.19 2 | -------------------------------------------------------------------------------- /unsorted/account-vending/account-bootstrap-shared/v2/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-bootstrap-shared/v2/src/handler.py -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation-shared/v1/README.md -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation-shared/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v1/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.6.14 -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v1/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation-shared/v1/src/handler.py -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation-shared/v2/README.md -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation-shared/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v2/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v2/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation-shared/v2/src/handler.py -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation-shared/v3/README.md -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v3/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation-shared/v3/product.template.yaml -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v3/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation-shared/v3/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation-shared/v3/src/handler.py -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation/v1/README.md -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation/v2/README.md -------------------------------------------------------------------------------- /unsorted/account-vending/account-creation/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/account-creation/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/account-vending/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/manifest.yaml -------------------------------------------------------------------------------- /unsorted/account-vending/org-bootstrap.template.README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/org-bootstrap.template.README.md -------------------------------------------------------------------------------- /unsorted/account-vending/org-bootstrap.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/org-bootstrap.template.yaml -------------------------------------------------------------------------------- /unsorted/account-vending/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/account-vending/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/aws-config-aggregator/aws-config-aggregator/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-config-aggregator/aws-config-aggregator/v1/README.md -------------------------------------------------------------------------------- /unsorted/aws-config-aggregator/aws-config-aggregator/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-config-aggregator/aws-config-aggregator/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/aws-config-aggregator/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-config-aggregator/manifest.yaml -------------------------------------------------------------------------------- /unsorted/aws-config-aggregator/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-config-aggregator/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/aws-config/aws-config/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-config/aws-config/v1/README.md -------------------------------------------------------------------------------- /unsorted/aws-config/aws-config/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-config/aws-config/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/aws-config/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-config/manifest.yaml -------------------------------------------------------------------------------- /unsorted/aws-config/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-config/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/README.md -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v2/README.md -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v2/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.6.19 2 | -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v2/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v2/src/handler.py -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v3/README.md -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v3/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.6.19 2 | -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v3/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v3/src/handler.py -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/account-creation-notifier/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/account-creation-notifier/v1/README.md -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/account-details-to-aws-account-id/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/account-details-to-aws-account-id/v1/README.md -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v1/README.md -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v2/README.md -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v3/README.md -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v4/README.md -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v5/README.md -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/manifest.yaml -------------------------------------------------------------------------------- /unsorted/aws-control-tower-augmented-account-factory/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-control-tower-augmented-account-factory/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/aws-iam-administrator-access/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam-administrator-access/README.md -------------------------------------------------------------------------------- /unsorted/aws-iam-administrator-access/assumable-role-account/v1/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/aws-iam-administrator-access/assumable-role-account/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam-administrator-access/assumable-role-account/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/aws-iam-administrator-access/assumable-role-service/v1/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/aws-iam-administrator-access/assumable-role-service/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam-administrator-access/assumable-role-service/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/aws-iam-administrator-access/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam-administrator-access/manifest.yaml -------------------------------------------------------------------------------- /unsorted/aws-iam-administrator-access/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam-administrator-access/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/aws-iam/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam/README.md -------------------------------------------------------------------------------- /unsorted/aws-iam/assume-roles-spoke/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam/assume-roles-spoke/v1/README.md -------------------------------------------------------------------------------- /unsorted/aws-iam/assume-roles-spoke/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam/assume-roles-spoke/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/aws-iam/groups-security-account/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam/groups-security-account/v1/README.md -------------------------------------------------------------------------------- /unsorted/aws-iam/groups-security-account/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam/groups-security-account/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/aws-iam/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam/manifest.yaml -------------------------------------------------------------------------------- /unsorted/aws-iam/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-iam/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/aws-servicecatalog-factory-provisioners/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-servicecatalog-factory-provisioners/README.md -------------------------------------------------------------------------------- /unsorted/aws-servicecatalog-factory-provisioners/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-servicecatalog-factory-provisioners/manifest.yaml -------------------------------------------------------------------------------- /unsorted/aws-servicecatalog-factory-provisioners/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-servicecatalog-factory-provisioners/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/aws-servicecatalog-factory-provisioners/terraform/v4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-servicecatalog-factory-provisioners/terraform/v4/README.md -------------------------------------------------------------------------------- /unsorted/aws-servicecatalog-factory-provisioners/terraform/v4/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/aws-servicecatalog-factory-provisioners/terraform/v4/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cdk-support/bootstrap/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cdk-support/bootstrap/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cdk-support/bootstrap/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cdk-support/bootstrap/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cdk-support/bootstrap/v3/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cdk-support/bootstrap/v3/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cdk-support/bootstrap/v4/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cdk-support/bootstrap/v4/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cdk-support/bootstrap/v4/start_cdk_deploy/requirements.txt: -------------------------------------------------------------------------------- 1 | crhelper==2.0.9 2 | -------------------------------------------------------------------------------- /unsorted/cdk-support/bootstrap/v4/start_cdk_deploy/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cdk-support/bootstrap/v4/start_cdk_deploy/src/handler.py -------------------------------------------------------------------------------- /unsorted/cdk-support/iam/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cdk-support/iam/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cdk-support/iam/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cdk-support/iam/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cdk-support/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cdk-support/manifest.yaml -------------------------------------------------------------------------------- /unsorted/cdk-support/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cdk-support/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/README.md -------------------------------------------------------------------------------- /unsorted/cloud-custodian/codestar-connection/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/codestar-connection/v1/README.md -------------------------------------------------------------------------------- /unsorted/cloud-custodian/codestar-connection/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/codestar-connection/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/event-forwarding/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/event-forwarding/v1/README.md -------------------------------------------------------------------------------- /unsorted/cloud-custodian/event-forwarding/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/event-forwarding/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/hub/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/hub/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/hub/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/hub/v2/README.md -------------------------------------------------------------------------------- /unsorted/cloud-custodian/hub/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/hub/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/hub/v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/hub/v3/README.md -------------------------------------------------------------------------------- /unsorted/cloud-custodian/hub/v3/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/hub/v3/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/hub/v4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/hub/v4/README.md -------------------------------------------------------------------------------- /unsorted/cloud-custodian/hub/v4/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/hub/v4/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/manifest.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/pipeline/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/pipeline/v1/README.md -------------------------------------------------------------------------------- /unsorted/cloud-custodian/pipeline/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/pipeline/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/spoke/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/spoke/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/cloud-custodian/spoke/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/spoke/v2/README.md -------------------------------------------------------------------------------- /unsorted/cloud-custodian/spoke/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/cloud-custodian/spoke/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/delete-default-networking-custom-resource/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/delete-default-networking-custom-resource/manifest.yaml -------------------------------------------------------------------------------- /unsorted/delete-default-networking-custom-resource/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/delete-default-networking-custom-resource/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-bootstrap-shared-org-bootstrap/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-bootstrap-shared-org-bootstrap/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.6.19 2 | -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.6.19 2 | -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-create-update-notifier/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-create-update-notifier/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-create-update-notifier/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-create-update-notifier/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-create-update-notifier/v1/sample-message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-create-update-notifier/v1/sample-message.json -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-notifier-cfh-handler/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-notifier-cfh-handler/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared-org-bootstrap/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared-org-bootstrap/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v1/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v1/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v1/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v2/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v2/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v2/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v2/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v3/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v3/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v3/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v3/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v3/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v3/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v4/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v4/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v4/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v4/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-creation-shared/v4/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-creation-shared/v4/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-details-org-bootstrap/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-details-org-bootstrap/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-details-org-bootstrap/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-details-org-bootstrap/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-details/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-details/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-details/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-details/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-waiter/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-waiter/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v1/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v1/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-waiter/v1/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-waiter/v2/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-waiter/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v2/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v2/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-waiter/v2/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-waiter/v3/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v3/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-waiter/v3/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v3/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/account-waiter/v3/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/account-waiter/v3/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/aws-control-tower-account-factory/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/aws-control-tower-account-factory/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/aws-service-catalog-account-creation/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/aws-service-catalog-account-creation/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/aws-service-catalog-account-creation/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/aws-service-catalog-account-creation/v2/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/manifest.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/move-to-ou/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/move-to-ou/v1/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/move-to-ou/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/move-to-ou/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/move-to-ou/v1/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/move-to-ou/v1/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/move-to-ou/v1/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/move-to-ou/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/move-to-ou/v2/README.md -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/move-to-ou/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/move-to-ou/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/move-to-ou/v2/requirements.txt: -------------------------------------------------------------------------------- 1 | better-boto==0.25.0 -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/move-to-ou/v2/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/move-to-ou/v2/src/handler.py -------------------------------------------------------------------------------- /unsorted/governance-at-scale-account-factory/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/governance-at-scale-account-factory/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/mulit-account-aws-cloudtrail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/mulit-account-aws-cloudtrail/README.md -------------------------------------------------------------------------------- /unsorted/mulit-account-aws-cloudtrail/aws-cloudtrail-enable/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/mulit-account-aws-cloudtrail/aws-cloudtrail-enable/v1/README.md -------------------------------------------------------------------------------- /unsorted/mulit-account-aws-cloudtrail/aws-cloudtrail-enable/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/mulit-account-aws-cloudtrail/aws-cloudtrail-enable/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/mulit-account-aws-cloudtrail/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/mulit-account-aws-cloudtrail/manifest.yaml -------------------------------------------------------------------------------- /unsorted/mulit-account-aws-cloudtrail/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/mulit-account-aws-cloudtrail/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-master/v1/product.template.yaml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-master/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-guardduty/guardduty-master/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-org-bootstrap/v1/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-org-bootstrap/v1/product.template.yaml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-org-bootstrap/v2/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-org-bootstrap/v2/product.template.yaml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-spoke/v1/product.template.yaml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-spoke/v1/src/lambda_handler.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-spoke/v2/product.template.yaml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-spoke/v2/register/lambda_handler.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/guardduty-spoke/v2/register/requirements.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-guardduty/manifest.yaml -------------------------------------------------------------------------------- /unsorted/multi-account-aws-guardduty/portfolio.yaml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/multi-account-aws-securityhub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-securityhub/README.md -------------------------------------------------------------------------------- /unsorted/multi-account-aws-securityhub/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-securityhub/manifest.yaml -------------------------------------------------------------------------------- /unsorted/multi-account-aws-securityhub/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-securityhub/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/multi-account-aws-securityhub/securityhub-master/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-securityhub/securityhub-master/v1/README.md -------------------------------------------------------------------------------- /unsorted/multi-account-aws-securityhub/securityhub-master/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-securityhub/securityhub-master/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/README.md -------------------------------------------------------------------------------- /unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/src/register/cfnresponse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/src/register/cfnresponse.py -------------------------------------------------------------------------------- /unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/src/register/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/src/register/lambda_function.py -------------------------------------------------------------------------------- /unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/src/register/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.10.0 2 | requests==2.22.0 -------------------------------------------------------------------------------- /unsorted/networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/networking/README.md -------------------------------------------------------------------------------- /unsorted/networking/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/networking/manifest.yaml -------------------------------------------------------------------------------- /unsorted/networking/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/networking/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/networking/public-subnet/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/networking/public-subnet/v1/README.md -------------------------------------------------------------------------------- /unsorted/networking/public-subnet/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/networking/public-subnet/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/networking/vpc/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/networking/vpc/v1/README.md -------------------------------------------------------------------------------- /unsorted/networking/vpc/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/networking/vpc/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/s3-event-notifier/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/s3-event-notifier/README.md -------------------------------------------------------------------------------- /unsorted/s3-event-notifier/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/s3-event-notifier/manifest.yaml -------------------------------------------------------------------------------- /unsorted/s3-event-notifier/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/s3-event-notifier/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/s3-event-notifier/s3-event-notifier-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/s3-event-notifier/s3-event-notifier-design.png -------------------------------------------------------------------------------- /unsorted/s3-event-notifier/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/s3-event-notifier/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/s3-event-notifier/v1/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3 2 | -------------------------------------------------------------------------------- /unsorted/s3-event-notifier/v1/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/s3-event-notifier/v1/src/handler.py -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/README.md -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/get-metrics/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/get-metrics/v2/README.md -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/get-metrics/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/get-metrics/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/get-metrics/v2/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.9.163 -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/get-metrics/v2/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/get-metrics/v2/src/handler.py -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/manifest.yaml -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/pipelines-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/pipelines-status.png -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/product-launch-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/product-launch-status.png -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/put-metrics/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/put-metrics/v2/README.md -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/put-metrics/v2/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/put-metrics/v2/product.template.yaml -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/put-metrics/v2/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.9.163 -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/put-metrics/v2/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/put-metrics/v2/src/handler.py -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/README.md -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/angular.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/angular.json -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/buildspec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/buildspec.yml -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/protractor.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/protractor.conf.js -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/src/app.e2e-spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/src/app.e2e-spec.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/src/app.po.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/src/app.po.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/tsconfig.e2e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/tsconfig.e2e.json -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/package.json -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/product.template.yaml -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_helpers/header.interceptor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_helpers/header.interceptor.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_helpers/index.ts: -------------------------------------------------------------------------------- 1 | export * from './header.interceptor'; 2 | -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/index.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/pipeline-info.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/pipeline-info.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/pipeline-list.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/pipeline-list.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/product-info.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/product-info.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/product-launch-list.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/product-launch-list.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_services/index.ts: -------------------------------------------------------------------------------- 1 | export * from './list-launch.service'; 2 | -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_services/list-launch.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_services/list-launch.service.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app-routing.module.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.html -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.spec.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.module.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.html -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.scss: -------------------------------------------------------------------------------- 1 | @import "~src/styles"; 2 | -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.spec.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.html -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.scss: -------------------------------------------------------------------------------- 1 | @import "~src/styles"; 2 | -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.spec.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/list-launches/list-launches.component.scss: -------------------------------------------------------------------------------- 1 | @import "~src/styles"; 2 | -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/show-pipelines/show-pipelines.component.scss: -------------------------------------------------------------------------------- 1 | @import "~src/styles"; 2 | -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.html -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.scss: -------------------------------------------------------------------------------- 1 | @import "~src/styles"; 2 | -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.spec.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/assets/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/assets/images/logo.jpg -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/assets/list-launches.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/assets/list-launches.json -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/assets/show-pipelines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/assets/show-pipelines.json -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/browserslist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/browserslist -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/environments/environment.prod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/environments/environment.prod.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/environments/environment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/environments/environment.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/error.html -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/favicon.ico -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/index.html -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/karma.conf.js -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/main.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/polyfills.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/polyfills.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/styles.scss -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/test.ts -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/tsconfig.app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/tsconfig.app.json -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/tsconfig.spec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/tsconfig.spec.json -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/tslint.json -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/tsconfig.json -------------------------------------------------------------------------------- /unsorted/service-catalog-tools-dashboard/static-web-app/v4/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-catalog-tools-dashboard/static-web-app/v4/tslint.json -------------------------------------------------------------------------------- /unsorted/service-control-policy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/README.md -------------------------------------------------------------------------------- /unsorted/service-control-policy/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/manifest.yaml -------------------------------------------------------------------------------- /unsorted/service-control-policy/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-attach/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/scp-attach/v1/README.md -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-attach/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/scp-attach/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-attach/v1/src/attach_policy/cfnresponse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/scp-attach/v1/src/attach_policy/cfnresponse.py -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-attach/v1/src/attach_policy/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/scp-attach/v1/src/attach_policy/lambda_function.py -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-attach/v1/src/attach_policy/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.10.0 -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-create/v1/.gitignore: -------------------------------------------------------------------------------- 1 | venv 2 | deploy.sh 3 | product.template.yaml.output -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-create/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/scp-create/v1/README.md -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-create/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/scp-create/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-create/v1/src/create_policy/cfnresponse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/scp-create/v1/src/create_policy/cfnresponse.py -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-create/v1/src/create_policy/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/service-control-policy/scp-create/v1/src/create_policy/lambda_function.py -------------------------------------------------------------------------------- /unsorted/service-control-policy/scp-create/v1/src/create_policy/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.10.0 2 | requests==2.22.0 -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/README.md -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/manifest.yaml -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/portfolio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/portfolio.yaml -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-backup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/ssm-backup/README.md -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-backup/SSM-Store-Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/ssm-backup/SSM-Store-Architecture.png -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-backup/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/ssm-backup/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-backup/v1/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/ssm-backup/v1/requirements.txt -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-backup/v1/src/createBucket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/ssm-backup/v1/src/createBucket.py -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-backup/v1/src/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/ssm-backup/v1/src/handler.py -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-restore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/ssm-restore/README.md -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-restore/SSM-Restore-Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/ssm-restore/SSM-Restore-Architecture.png -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-restore/v1/product.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/ssm-restore/v1/product.template.yaml -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-restore/v1/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3 2 | botocore -------------------------------------------------------------------------------- /unsorted/ssm-backup-restore/ssm-restore/v1/src/restore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awslabs/aws-service-catalog-products/HEAD/unsorted/ssm-backup-restore/ssm-restore/v1/src/restore.py --------------------------------------------------------------------------------